Kinetis SDK Demo Applications User Guide  1.0.0-beta
Freescale Semiconductor, Inc.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Shell Test Demo Introduction

Introduction of the Shell Test Demo application. More...

Shell Test Demo Introduction

Overview

This is a shell test demo application which demonstrates the use of shell system in apps/utilities folder. It uses the KSDK's UART drivers to transmit and receive data to shell. Shell features include:

  1. Basic Linux xterm esc sequences support(arrow key, etc.).
  2. Some command function templates, such as help and history.
  3. Configurable history support.
  4. Configurable auto complete support.

Supported Hardware

  • TWR-K64F120M
  • FRDM-K64F120M

Default Debug Console

  • UART instance: OpenSDA CDC
  • Baudrate: 115200bps
  • 8 data bits
  • No parity
  • 1 stop bit